STEP 10: Now let's rename the value we just created.
The random number we just added is a variable. A variable is a name that stores a value. Let's choose a name that will remind us that this controls the height of the asteroid at the top of the stage, like top_height.
- Change the name of the variable to top_height.
A variable's name is the orange word before the equals sign =.
To navigate the page using the TAB key, first press ESC to exit the code editor.